CreateTypeListIterator
TheCreateTypeListIterator
method creates a type-list iterator for this type list.
ODTypeListIterator CreateTypeListIterator ();
- return value
- A reference to the newly created type-list iterator.
DISCUSSION
You call this method if you need to apply an operation to each element of this type list.While you are using the returned type-list iterator, you must not modify this type list; in particular, you must not add or remove elements and you must not delete this list type list.
You must delete the returned type-list iterator when it is no longer needed.
EXCEPTIONS
kODErrOutOfMemory
- There is not enough memory to create the iterator.
SEE ALSO
TheODTypeListIterator
class (page 802).
Table 11-1 on page 466 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help